* {
    margin: 0;
    padding: 0;
}
body
	{
	background-color:black;
	font-family: Courier New;
	text-align: left;
	width:500%;

	}
	
	

#kopfbereich{
	margin: 30px;
	width:900px;
	border:white ;
	padding:10px;
	color: #00FF00;
	background-color: black;
	font-family: Impact,Courier New;
	text-align: left;
	font-size:40px;
	letter-spacing: 20px;
	}
	
a:titel, a:active, a:link, a:visited
	{
  	color:#00FF00;background-color:black;
	}
	

	
#left {
	width:200px;
	float:left;
	margin-left:30px;
	padding-left:10px;
	line-height:32px;
	letter-spacing: 1px;
	border-left: 1px dotted #00FF00;
	border-bottom: 0px dotted #00FF00;
	background-color: black;
	}

hr {border:0;border-top: 1px dotted #00FF00;}




a.menu
	{
	text-decoration:none;
	margin-top:0px;
	margin-left:0px;
	color: white;
	text-align: left;
	font-size:15px;
	font-family: Courier New;
	}
	
a:link, a:visited
	{
	text-decoration:none;
  	color:white;
	}
	
a:hover
 	{
	border:1px dashed yellow;
	background-color: #00FF00;
	color: black;
	}
	
a:active
	{
  	color:white;background-color:red;
	}
	
	
	
#content{
	color: white;
	background-color: black;
	font-family: Courier New;
	text-align: left;
	font-size:15px;
	margin-left:240px;
	width:1020px;
	height:100%;
	padding:10px;
	line-height:20px;
	letter-spacing: 1px;
	border-left: 1px dotted #00FF00;
	border-right: 1px dotted #00FF00;
	border-bottom: 1px dotted #00FF00;

	}
	
	
	#incontent{
	color: white;
	background-color: black;
	font-family: Courier New;
	text-align: left;
	font-size:15px;
	margin-left:240px;
	width:1020px;
	height:100%;
	padding:10px;
	line-height:20px;
	letter-spacing: 1px;
	border-right: 1px dotted #00FF00;
	}
	
	h2 {
	font-size: 14px;
	color: #00FF00;
	text-transform: uppercase;
	padding-top: 10px;}
	
	
#left  a.link_aktiv:visited {text-decoration:none;color: #00FF00;border-bottom-color: #901010; } /*aktiver Link*/



